Câu ví dụ
- thêm câu ví dụ: 1 2 3 4 5 6 7 8 9 10
- What is the difference between byte code and source code?
Vậy sự khác nhau giữa mã nguồn mở và mã nguồn đóng là gì? - The byte code of an interface appears in a .class file.
Bytecode của interface xuất hiện trong một .class file. - The Java bytecode is converted into Dalvik bytecode.
Mã Java được biên dịch sang Dalvik byte code! - Instead it is turned into an “intermediate language” called byte code.
nguồn sẽ được dịch thành một ngôn ngữ trung gian khác gọi là bytecode. - Although we previously made comparisions with Java, IL is actually a bit more ambitious than Java byte code.
Mặc dù chúng ta đã so sánh với Jave, IL thật sự có một chút khả quan hơn Java.